3.889 \(\int \frac {x^2}{(c x^2)^{3/2} (a+b x)} \, dx\)

Optimal. Leaf size=44 \[ \frac {x \log (x)}{a c \sqrt {c x^2}}-\frac {x \log (a+b x)}{a c \sqrt {c x^2}} \]

[Out]

x*ln(x)/a/c/(c*x^2)^(1/2)-x*ln(b*x+a)/a/c/(c*x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {15, 36, 29, 31} \[ \frac {x \log (x)}{a c \sqrt {c x^2}}-\frac {x \log (a+b x)}{a c \sqrt {c x^2}} \]

Antiderivative was successfully verified.

[In]

Int[x^2/((c*x^2)^(3/2)*(a + b*x)),x]

[Out]

(x*Log[x])/(a*c*Sqrt[c*x^2]) - (x*Log[a + b*x])/(a*c*Sqrt[c*x^2])

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rubi steps

\begin {align*} \int \frac {x^2}{\left (c x^2\right )^{3/2} (a+b x)} \, dx &=\frac {x \int \frac {1}{x (a+b x)} \, dx}{c \sqrt {c x^2}}\\ &=\frac {x \int \frac {1}{x} \, dx}{a c \sqrt {c x^2}}-\frac {(b x) \int \frac {1}{a+b x} \, dx}{a c \sqrt {c x^2}}\\ &=\frac {x \log (x)}{a c \sqrt {c x^2}}-\frac {x \log (a+b x)}{a c \sqrt {c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 27, normalized size = 0.61 \[ \frac {x^3 (\log (x)-\log (a+b x))}{a \left (c x^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/((c*x^2)^(3/2)*(a + b*x)),x]

[Out]

(x^3*(Log[x] - Log[a + b*x]))/(a*(c*x^2)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 70, normalized size = 1.59 \[ \left [\frac {\sqrt {c x^{2}} \log \left (\frac {x}{b x + a}\right )}{a c^{2} x}, \frac {2 \, \sqrt {-c} \arctan \left (\frac {\sqrt {c x^{2}} {\left (2 \, b x + a\right )} \sqrt {-c}}{a c x}\right )}{a c^{2}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(c*x^2)^(3/2)/(b*x+a),x, algorithm="fricas")

[Out]

[sqrt(c*x^2)*log(x/(b*x + a))/(a*c^2*x), 2*sqrt(-c)*arctan(sqrt(c*x^2)*(2*b*x + a)*sqrt(-c)/(a*c*x))/(a*c^2)]

________________________________________________________________________________________

giac [A]  time = 1.05, size = 63, normalized size = 1.43 \[ \frac {\frac {\log \left ({\left | -{\left (\sqrt {c} x - \sqrt {c x^{2}}\right )} b - 2 \, a \sqrt {c} \right |}\right )}{a \sqrt {c}} - \frac {\log \left ({\left | -\sqrt {c} x + \sqrt {c x^{2}} \right |}\right )}{a \sqrt {c}}}{c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(c*x^2)^(3/2)/(b*x+a),x, algorithm="giac")

[Out]

(log(abs(-(sqrt(c)*x - sqrt(c*x^2))*b - 2*a*sqrt(c)))/(a*sqrt(c)) - log(abs(-sqrt(c)*x + sqrt(c*x^2)))/(a*sqrt
(c)))/c

________________________________________________________________________________________

maple [A]  time = 0.00, size = 26, normalized size = 0.59 \[ \frac {\left (\ln \relax (x )-\ln \left (b x +a \right )\right ) x^{3}}{\left (c \,x^{2}\right )^{\frac {3}{2}} a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(c*x^2)^(3/2)/(b*x+a),x)

[Out]

x^3*(ln(x)-ln(b*x+a))/(c*x^2)^(3/2)/a

________________________________________________________________________________________

maxima [A]  time = 1.43, size = 35, normalized size = 0.80 \[ -\frac {\left (-1\right )^{\frac {2 \, a c x}{b}} \log \left (-\frac {2 \, a c x}{b {\left | b x + a \right |}}\right )}{a c^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(c*x^2)^(3/2)/(b*x+a),x, algorithm="maxima")

[Out]

-(-1)^(2*a*c*x/b)*log(-2*a*c*x/(b*abs(b*x + a)))/(a*c^(3/2))

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {x^2}{{\left (c\,x^2\right )}^{3/2}\,\left (a+b\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/((c*x^2)^(3/2)*(a + b*x)),x)

[Out]

int(x^2/((c*x^2)^(3/2)*(a + b*x)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{2}}{\left (c x^{2}\right )^{\frac {3}{2}} \left (a + b x\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(c*x**2)**(3/2)/(b*x+a),x)

[Out]

Integral(x**2/((c*x**2)**(3/2)*(a + b*x)), x)

________________________________________________________________________________________